[INFO] cloning repository https://github.com/NoSpawnn/advent_of_code_2025
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/NoSpawnn/advent_of_code_2025" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNoSpawnn%2Fadvent_of_code_2025", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNoSpawnn%2Fadvent_of_code_2025'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0875c75dac9329c98fbd0fa86d1646d8e809a9c4
[INFO] fixing NoSpawnn/advent_of_code_2025 against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNoSpawnn%2Fadvent_of_code_2025" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/NoSpawnn/advent_of_code_2025
[INFO] finished tweaking git repo https://github.com/NoSpawnn/advent_of_code_2025
[INFO] tweaked toml for git repo https://github.com/NoSpawnn/advent_of_code_2025 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/NoSpawnn/advent_of_code_2025 on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/NoSpawnn/advent_of_code_2025 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] c315e2d94b056b000c3b873dbe29e703fdbe346927c62108f6722e47d26cb3b0
[INFO] running `Command { std: "docker" "start" "c315e2d94b056b000c3b873dbe29e703fdbe346927c62108f6722e47d26cb3b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c315e2d94b056b000c3b873dbe29e703fdbe346927c62108f6722e47d26cb3b0" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c315e2d94b056b000c3b873dbe29e703fdbe346927c62108f6722e47d26cb3b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "c315e2d94b056b000c3b873dbe29e703fdbe346927c62108f6722e47d26cb3b0" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]     Checking aoc_common v0.1.0 (/opt/rustwide/workdir/aoc_common)
[INFO] [stderr]     Checking aoc2025 v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: couldn't read `src/02/input/real`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/02/main.rs:81:17
[INFO] [stdout]    |
[INFO] [stdout] 81 |     let input = include_str!("input/real");
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/01/input/real`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/01/main.rs:75:17
[INFO] [stdout]    |
[INFO] [stdout] 75 |     let input = include_str!("input/real");
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/09/input/real`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/09/main.rs:81:17
[INFO] [stdout]    |
[INFO] [stdout] 81 |     let input = include_str!("input/real");
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/11/input/real`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/11/main.rs:60:19
[INFO] [stdout]    |
[INFO] [stdout] 60 |     let input_1 = include_str!("input/real");
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/11/input/real`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/11/main.rs:61:19
[INFO] [stdout]    |
[INFO] [stdout] 61 |     let input_2 = include_str!("input/real");
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/03/input/real`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/03/main.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |     let input = include_str!("input/real");
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/07/input/real`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/07/main.rs:47:17
[INFO] [stdout]    |
[INFO] [stdout] 47 |     let input = include_str!("input/real");
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/10/input/real`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/10/main.rs:100:17
[INFO] [stdout]     |
[INFO] [stdout] 100 |     let input = include_str!("input/real");
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/12/input/real`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/12/main.rs:70:17
[INFO] [stdout]    |
[INFO] [stdout] 70 |     let input = include_str!("input/real");
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/02/input/real`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/02/main.rs:81:17
[INFO] [stdout]    |
[INFO] [stdout] 81 |     let input = include_str!("input/real");
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/05/input/real`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/05/main.rs:53:17
[INFO] [stdout]    |
[INFO] [stdout] 53 |     let input = include_str!("input/real");
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/05/input/real`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/05/main.rs:53:17
[INFO] [stdout]    |
[INFO] [stdout] 53 |     let input = include_str!("input/real");
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/08/input/real`: No such file or directory (os error 2)
[INFO] [stdout]    --> src/08/main.rs:134:17
[INFO] [stdout]     |
[INFO] [stdout] 134 |     let input = include_str!("input/real");
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/11/input/real`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/11/main.rs:60:19
[INFO] [stdout]    |
[INFO] [stdout] 60 |     let input_1 = include_str!("input/real");
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/11/input/real`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/11/main.rs:61:19
[INFO] [stdout]    |
[INFO] [stdout] 61 |     let input_2 = include_str!("input/real");
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc2025` (bin "02" test) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `aoc2025` (bin "03") due to 1 previous error
[INFO] [stderr] error: could not compile `aoc2025` (bin "11") due to 2 previous errors
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/10/main.rs:93:15
[INFO] [stdout]    |
[INFO] [stdout] 93 | pub fn part_2(input: &str) -> Answer {
[INFO] [stdout]    |               ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `input`
[INFO] [stdout]   --> src/12/main.rs:64:15
[INFO] [stdout]    |
[INFO] [stdout] 64 | pub fn part_2(input: &str) -> Answer {
[INFO] [stdout]    |               ^^^^^ help: if this is intentional, prefix it with an underscore: `_input`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc2025` (bin "07") due to 1 previous error
[INFO] [stderr] error: could not compile `aoc2025` (bin "05" test) due to 1 previous error
[INFO] [stderr] error: could not compile `aoc2025` (bin "09") due to 1 previous error
[INFO] [stderr] error: could not compile `aoc2025` (bin "12") due to 1 previous error; 1 warning emitted
[INFO] [stderr] error: could not compile `aoc2025` (bin "10") due to 1 previous error; 1 warning emitted
[INFO] [stderr] error: could not compile `aoc2025` (bin "05") due to 1 previous error
[INFO] [stdout] error: couldn't read `src/06/input/real`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/06/main.rs:91:17
[INFO] [stdout]    |
[INFO] [stdout] 91 |     let input = include_str!("input/real");
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc2025` (bin "01") due to 1 previous error
[INFO] [stderr] error: could not compile `aoc2025` (bin "08") due to 1 previous error
[INFO] [stderr] error: could not compile `aoc2025` (bin "02") due to 1 previous error
[INFO] [stderr] error: could not compile `aoc2025` (bin "11" test) due to 2 previous errors
[INFO] [stdout] error: couldn't read `src/03/input/real`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/03/main.rs:38:17
[INFO] [stdout]    |
[INFO] [stdout] 38 |     let input = include_str!("input/real");
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read `src/01/input/real`: No such file or directory (os error 2)
[INFO] [stdout]   --> src/01/main.rs:75:17
[INFO] [stdout]    |
[INFO] [stdout] 75 |     let input = include_str!("input/real");
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `aoc2025` (bin "06") due to 1 previous error
[INFO] [stderr] error: could not compile `aoc2025` (bin "03" test) due to 1 previous error
[INFO] [stderr] error: could not compile `aoc2025` (bin "01" test) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "c315e2d94b056b000c3b873dbe29e703fdbe346927c62108f6722e47d26cb3b0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c315e2d94b056b000c3b873dbe29e703fdbe346927c62108f6722e47d26cb3b0", kill_on_drop: false }`
[INFO] [stdout] c315e2d94b056b000c3b873dbe29e703fdbe346927c62108f6722e47d26cb3b0
